HTTPSecureSocket.Get Method

Requests the content from the specified URL. The PageReceived event will execute when the data has been retrieved.

Syntax

HTTPSecureSocket.Get URL, [File]

Parameters

URL

String

File

FolderItem (Optional)

Notes

If a FolderItem is passed, the data will be downloaded to that file. The DownloadComplete event will execute when the response data has been retrieved.